remove inclusion of asm/config.h
authorJan Beulich <jbeulich@suse.com>
Fri, 13 Jan 2012 07:34:57 +0000 (08:34 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 13 Jan 2012 07:34:57 +0000 (08:34 +0100)
This was always bogus (xen/config.h should have been used instead) and
is superfluous now that xen/config.h gets included through the compiler
command line.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
13 files changed:
xen/arch/ia64/vmx/optvfault.S
xen/arch/ia64/xen/cpufreq/cpufreq.c
xen/arch/ia64/xen/ivt.S
xen/arch/x86/acpi/cpufreq/cpufreq.c
xen/arch/x86/acpi/cpufreq/powernow.c
xen/drivers/cpufreq/cpufreq.c
xen/drivers/cpufreq/cpufreq_ondemand.c
xen/drivers/cpufreq/utility.c
xen/include/asm-ia64/linux-xen/asm/perfmon.h
xen/include/asm-ia64/privop_stat.h
xen/include/asm-ia64/xensystem.h
xen/include/asm-x86/hvm/svm/nestedsvm.h
xen/include/asm-x86/hvm/vmx/vmcs.h

index 62bfb62a34e13b59253c2af22d86f7cde0a09d9d..896ea31be9dcd6bd02e6a6b99434d9d7f7e90918 100644 (file)
@@ -6,8 +6,6 @@
  * Xuefei Xu (Anthony Xu) <anthony.xu@intel.com>
  */
 
-#include <linux/config.h>
-#include <asm/config.h>
 #include <asm/pgtable.h>
 #include <asm/asmmacro.h>
 #include <asm/kregs.h>
index b365e61d943bb8ea27d1cb5bbbe3d8a06edcc52b..fac89013b60ed5eb7eb1b6e7bb4c2ccb251662e6 100644 (file)
@@ -21,7 +21,6 @@
 #include <xen/xmalloc.h>
 #include <asm/bug.h>
 #include <asm/io.h>
-#include <asm/config.h>
 #include <asm/processor.h>
 #include <asm/percpu.h>
 #include <asm/pal.h>
index 682c84698411e89d95042d1f851a8eea3d0409f2..e6feb539ad42a640ed3a64c52d143b28953a51af 100644 (file)
@@ -1,7 +1,6 @@
 #include <asm/debugger.h>
 #include <asm/vhpt.h>
 #include <public/arch-ia64.h>
-#include <asm/config.h>
 /*
  * arch/ia64/kernel/ivt.S
  *
@@ -43,8 +42,6 @@
  * Table is based upon EAS2.6 (Oct 1999)
  */
 
-#include <linux/config.h>
-
 #include <asm/asmmacro.h>
 #include <asm/break.h>
 #include <asm/ia32.h>
index b868f164ff77230192d8332023424a683cf3f486..ff80c9de303323c596b6d303ce3c4aa6946a8798 100644 (file)
@@ -38,7 +38,6 @@
 #include <asm/bug.h>
 #include <asm/msr.h>
 #include <asm/io.h>
-#include <asm/config.h>
 #include <asm/processor.h>
 #include <asm/percpu.h>
 #include <asm/cpufeature.h>
index fb174fa771a2bad1254b9ee9919b8f94718bf26b..69d7f94a1eaca8623b825388aec96818d93ab3c1 100644 (file)
@@ -32,7 +32,6 @@
 #include <asm/bug.h>
 #include <asm/msr.h>
 #include <asm/io.h>
-#include <asm/config.h>
 #include <asm/processor.h>
 #include <asm/percpu.h>
 #include <asm/cpufeature.h>
index f49ea1c9c214800d709c3dced6d0d1e41f40aa01..c0b0f88a09ffef4ee00c30de887f2965d112e106 100644 (file)
@@ -41,7 +41,6 @@
 #include <xen/cpu.h>
 #include <asm/bug.h>
 #include <asm/io.h>
-#include <asm/config.h>
 #include <asm/processor.h>
 #include <asm/percpu.h>
 #include <acpi/acpi.h>
index c9378adc4f349c38c232ea43e7077dd497c2250c..b3f9ab89e65782e41468192607a26241cc6c7db3 100644 (file)
@@ -18,7 +18,6 @@
 #include <xen/types.h>
 #include <xen/sched.h>
 #include <xen/timer.h>
-#include <asm/config.h>
 #include <acpi/cpufreq/cpufreq.h>
 
 #define DEF_FREQUENCY_UP_THRESHOLD              (80)
index 3edcfcc18f1c7781bb357908113f878eac060629..fad54651b31a76637b8748411c48f00679002b3b 100644 (file)
@@ -28,7 +28,6 @@
 #include <xen/sched.h>
 #include <xen/timer.h>
 #include <xen/trace.h>
-#include <asm/config.h>
 #include <acpi/cpufreq/cpufreq.h>
 #include <public/sysctl.h>
 
index 23dec44bc31e8f53b2ff2d9d8dcfe2f94791790c..af189b05cb6fbe3f05d9c9d6d262b2474a7b3be5 100644 (file)
@@ -7,7 +7,6 @@
 #define _ASM_IA64_PERFMON_H
 
 #ifdef XEN
-#include <asm/config.h>
 #ifndef pt_regs
 #define pt_regs cpu_user_regs
 #endif
index d80ec4b7782478e4c8092a65944dd7ae2f44db02..326b56d2787073ab5e4f31be8e2ba4f5f8799191 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef _XEN_IA64_PRIVOP_STAT_H
 #define _XEN_IA64_PRIVOP_STAT_H
-#include <asm/config.h>
+
 #include <xen/types.h>
 #include <public/xen.h>
 
index 3e49f8ae630a9d53232f86784fe75374683d02b0..1fa0456bd58f4c6fe924f2bb21711403be07aba3 100644 (file)
@@ -10,7 +10,6 @@
  *     Kun Tian (Kevin Tian) <kevin.tian@intel.com>
  *
  */
-#include <asm/config.h>
 
 /* Define HV space hierarchy.
    VMM memory space is protected by CPL for paravirtualized domains and
index 65c13211a2f9c05e303dcae522ca045b21bb8050..f6951b3230f61d06613124591e13f09907cc0dd7 100644 (file)
@@ -19,7 +19,6 @@
 #ifndef __ASM_X86_HVM_SVM_NESTEDSVM_H__
 #define __ASM_X86_HVM_SVM_NESTEDSVM_H__
 
-#include <asm/config.h>
 #include <asm/hvm/hvm.h>
 #include <asm/hvm/svm/vmcb.h>
 
index 6d58c37ba97a91b4528169c6d2241f8adc29b8b9..610061923c1a31582345a6f47d5dae3a7fbc38c0 100644 (file)
@@ -19,7 +19,6 @@
 #ifndef __ASM_X86_HVM_VMX_VMCS_H__
 #define __ASM_X86_HVM_VMX_VMCS_H__
 
-#include <asm/config.h>
 #include <asm/hvm/io.h>
 #include <asm/hvm/vpmu.h>